strtod — String to decimal conversion


\begin{rail}
StrToD : 'strtod' '(' String ')' ;
\end{rail}
strtod takes a string argument, and returns the contents as a scalar value. Although this function understands exponentional notation, it does not understand complex notation.

Subsections